3.716 \(\int \frac {x^{-1+m}}{\sqrt {a+b x}} \, dx\)

Optimal. Leaf size=48 \[ -\frac {2 x^m \sqrt {a+b x} \left (-\frac {b x}{a}\right )^{-m} \, _2F_1\left (\frac {1}{2},1-m;\frac {3}{2};\frac {b x}{a}+1\right )}{a} \]

[Out]

-2*x^m*hypergeom([1/2, 1-m],[3/2],1+b*x/a)*(b*x+a)^(1/2)/a/((-b*x/a)^m)

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 48, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 15, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.133, Rules used = {67, 65} \[ -\frac {2 x^m \sqrt {a+b x} \left (-\frac {b x}{a}\right )^{-m} \, _2F_1\left (\frac {1}{2},1-m;\frac {3}{2};\frac {b x}{a}+1\right )}{a} \]

Antiderivative was successfully verified.

[In]

Int[x^(-1 + m)/Sqrt[a + b*x],x]

[Out]

(-2*x^m*Sqrt[a + b*x]*Hypergeometric2F1[1/2, 1 - m, 3/2, 1 + (b*x)/a])/(a*(-((b*x)/a))^m)

Rule 65

Int[((b_.)*(x_))^(m_)*((c_) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[((c + d*x)^(n + 1)*Hypergeometric2F1[-m, n +
 1, n + 2, 1 + (d*x)/c])/(d*(n + 1)*(-(d/(b*c)))^m), x] /; FreeQ[{b, c, d, m, n}, x] &&  !IntegerQ[n] && (Inte
gerQ[m] || GtQ[-(d/(b*c)), 0])

Rule 67

Int[((b_.)*(x_))^(m_)*((c_) + (d_.)*(x_))^(n_), x_Symbol] :> Dist[((-((b*c)/d))^IntPart[m]*(b*x)^FracPart[m])/
(-((d*x)/c))^FracPart[m], Int[(-((d*x)/c))^m*(c + d*x)^n, x], x] /; FreeQ[{b, c, d, m, n}, x] &&  !IntegerQ[m]
 &&  !IntegerQ[n] &&  !GtQ[c, 0] &&  !GtQ[-(d/(b*c)), 0]

Rubi steps

\begin {align*} \int \frac {x^{-1+m}}{\sqrt {a+b x}} \, dx &=-\frac {\left (b x^m \left (-\frac {b x}{a}\right )^{-m}\right ) \int \frac {\left (-\frac {b x}{a}\right )^{-1+m}}{\sqrt {a+b x}} \, dx}{a}\\ &=-\frac {2 x^m \left (-\frac {b x}{a}\right )^{-m} \sqrt {a+b x} \, _2F_1\left (\frac {1}{2},1-m;\frac {3}{2};1+\frac {b x}{a}\right )}{a}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.03, size = 48, normalized size = 1.00 \[ -\frac {2 x^m \sqrt {a+b x} \left (-\frac {b x}{a}\right )^{-m} \, _2F_1\left (\frac {1}{2},1-m;\frac {3}{2};\frac {b x}{a}+1\right )}{a} \]

Antiderivative was successfully verified.

[In]

Integrate[x^(-1 + m)/Sqrt[a + b*x],x]

[Out]

(-2*x^m*Sqrt[a + b*x]*Hypergeometric2F1[1/2, 1 - m, 3/2, 1 + (b*x)/a])/(a*(-((b*x)/a))^m)

________________________________________________________________________________________

fricas [F]  time = 0.51, size = 0, normalized size = 0.00 \[ {\rm integral}\left (\frac {x^{m - 1}}{\sqrt {b x + a}}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(-1+m)/(b*x+a)^(1/2),x, algorithm="fricas")

[Out]

integral(x^(m - 1)/sqrt(b*x + a), x)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {x^{m - 1}}{\sqrt {b x + a}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(-1+m)/(b*x+a)^(1/2),x, algorithm="giac")

[Out]

integrate(x^(m - 1)/sqrt(b*x + a), x)

________________________________________________________________________________________

maple [F]  time = 0.03, size = 0, normalized size = 0.00 \[ \int \frac {x^{m -1}}{\sqrt {b x +a}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^(m-1)/(b*x+a)^(1/2),x)

[Out]

int(x^(m-1)/(b*x+a)^(1/2),x)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {x^{m - 1}}{\sqrt {b x + a}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(-1+m)/(b*x+a)^(1/2),x, algorithm="maxima")

[Out]

integrate(x^(m - 1)/sqrt(b*x + a), x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.02 \[ \int \frac {x^{m-1}}{\sqrt {a+b\,x}} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^(m - 1)/(a + b*x)^(1/2),x)

[Out]

int(x^(m - 1)/(a + b*x)^(1/2), x)

________________________________________________________________________________________

sympy [C]  time = 3.75, size = 31, normalized size = 0.65 \[ \frac {x^{m} \Gamma \relax (m) {{}_{2}F_{1}\left (\begin {matrix} \frac {1}{2}, m \\ m + 1 \end {matrix}\middle | {\frac {b x e^{i \pi }}{a}} \right )}}{\sqrt {a} \Gamma \left (m + 1\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**(-1+m)/(b*x+a)**(1/2),x)

[Out]

x**m*gamma(m)*hyper((1/2, m), (m + 1,), b*x*exp_polar(I*pi)/a)/(sqrt(a)*gamma(m + 1))

________________________________________________________________________________________